Flexible gas hose

The photographs are for illustrative purposes only.
Get AI analytics on product Flexible gas hose:
26.37€/pc.
Ex Tax: 21.26€/pc.
MAGMA
0 reviews
In stock
Product Code: 000-4394869MASP
EAN Code: 4750667102697
Qty
One click order
Tags:

Gas flexible connector — model 706/DZ90^0410.554 (FF 150)

Flexible hose designed for gas connections, identified as model 706/DZ90^0410.554 with designation FF 150; suitable for gas application and easy to order from SityPro. Features focus on flexibility and model-specific compatibility.

Key Benefits


    Flexible design for easier routing in tight spaces
  • Designed specifically for gas use
  • Clear model identification (706/DZ90^0410.554) simplifies compatibility checks
  • FF 150 designation for quick reference during selection
  • Facilitates straightforward installation and replacement
  • Suitable for a variety of gas connection tasks

Applications

Intended for gas-line connections in residential and light commercial settings.


    Connection to gas stoves and cooktops
  • Gas boilers and water heaters
  • Room heaters and gas-fired furnaces
  • Outdoor gas grills and patio heaters
  • Maintenance and replacement in gas installations

What to Consider When Choosing


    Confirm compatibility with your appliance and fittings
  1. Match the exact model code 706/DZ90^0410.554 and FF 150 before purchase
  2. Verify the hose is intended for the specific gas type you use
  3. Check connector types and required length at the installation site
  4. Ensure installation follows local gas-safety regulations

Specifications


    Product type: Flexible hose for gas
  • Model: 706/DZ90^0410.554
  • Designation: FF 150

Why Buy from SityPro


    Easy to buy online with clear product features listed
  • Competitive price options and transparent ordering
  • Fast and reliable delivery to Estonia and Finland
  • Convenient customer support for product selection
  • SityPro offers secure ordering and local service for installers

Description provided by sitypro.com

Flexible gas hose
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Гибкая подводка (газ) 706/DZ90^ 0410.554, FF 150

What is the Flexible gas hose 706/DZ90^ 0410.554, FF 150 and what is it used for?

Flexible gas hose 706/DZ90^ 0410.554, FF 150 is a gas flexible connector model designed for safe attachment of domestic and light‑commercial gas appliances. It is used to connect stoves, boilers and heaters, offering flexible routing and reduced vibration at joints.

Is the Flexible gas hose 706/DZ90^ 0410.554, FF 150 suitable for connecting a gas stove?

Yes, the 706/DZ90^ 0410.554, FF 150 model is intended for gas stove and cooktop connections. Check that your stove’s connector type (thread or flange) matches the hose fittings before installation.

Can this hose be used for a gas boiler or water heater?

Yes, the 706/DZ90^ 0410.554, FF 150 flexible connector is suitable for gas boilers and water heaters in residential and light commercial settings. Confirm the appliance fitting size and type match the hose before fitting.

What are the advantages of the 706/DZ90^ 0410.554, FF 150 flexible hose over rigid piping?

The 706/DZ90^ 0410.554, FF 150 offers easier routing in tight spaces, vibration damping and quicker replacement. It’s more compact and generally faster to install than rigid pipework.

What model and technical identifiers are listed for this hose?

The product is identified as model 706/DZ90^ 0410.554 with designation FF 150 and manufacturer code MA1061536SP from MAGMA. Use these identifiers to check appliance compatibility.

How do I check fitting compatibility for the 706/DZ90^ 0410.554 flexible gas hose?

Compare your appliance’s thread or flange type and diameter with the hose’s technical specs. If size details aren’t in the listing, request full specifications using code MA1061536SP to confirm fit.

Can the 706/DZ90^ 0410.554 hose be bent and routed in tight spaces?

Yes, the 706/DZ90^ 0410.554, FF 150 is designed for routing in confined spaces. Avoid excessive bending and follow the minimum bend radius specified in the product’s technical documentation.

Is this flexible connector suitable for a commercial kitchen and heaters?

The 706/DZ90^ 0410.554, FF 150 is suitable for domestic and light‑commercial applications, including cooktops and heaters. For heavy industrial or high‑duty commercial use, verify MAGMA’s technical limitations.

What materials and manufacturer are listed for the 706/DZ90^ 0410.554 hose?

The listing names MAGMA as the manufacturer with product code MA1061536SP and designation FF 150 for gas use. Request full technical specification from the seller for exact material composition (e.g. stainless steel, polymers).

How does the 706/DZ90^ 0410.554, FF 150 differ from other gas flexible hoses?

This model is specifically identified by FF 150 and code MA1061536SP, aiding compatibility checks. Differences vs other hoses lie in the model designation, intended domestic/light‑commercial use and the particular fittings and materials — check the spec sheet for exact contrasts.

What checks should I perform before installing MAGMA MA1061536SP flexible hose?

Before installation verify model 706/DZ90^ 0410.554 and code MA1061536SP match your appliance requirements, inspect fittings for damage and check sizes. Ensure thread diameters match and follow the minimum bend radius in the technical documentation.

Google reviews

See all reviews
//$('#buy_1click').mask("+39999999999",{placeholder:"+3__________"}); //$('#buy_1click').attr('placeholder', 'XXXXXXXXXX'); }); $('#btn_buy_1click').click(function () { var prefix = $('.iti__country.iti__active').data('dial-code'); $('input[name="phone_prefix"]').val(prefix); var answer = checkPhone($(this)); var emailAnswer = validateEmail($('input[name="buy1click_email"]').val()); if(answer != false && emailAnswer != false) { $.ajax({ url: 'index.php?route=extension/module/one_click/add', type: 'post', data: $('input[name=\'phone_prefix\'],input[name=\'phone\'], input[name=\'buy1click_email\'], input[name=\'product_id\'], input[name=\'quantity\']'), dataType: 'json', beforeSend: function () { $('#btn_buy_1click').attr('disabled', 'disabled'); }, success: function (json) { if (json) { $.magnificPopup.open({ items: { src: '
' + '
' + json['popup_heading'] + '
' + '
' + json['popup_order'] + '
' + '
' + json['popup_phone'] + '
' + '
', type: 'inline' }, showCloseBtn: true }); $('#btn_buy_1click').attr('disabled', false); $('#buy_1click').val(''); } } }) } }); function checkPhone(phone_input) { var phone = $('#buy_1click').val(), input = $('#buy_1click'); checker = true; if(!phone){ input.effect('highlight', {color: '#f00'}, 500); checker = false; } else if(/[^0-9-+ (|)]/.test(phone) || phone.length < 7) { input.effect('highlight', {color: '#f00'}, 500); checker = false; } else { } if(checker != true) { return false; } } function validateEmail($email) { var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/; if ($email == '') { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else if (emailReg.test( $email ) == false) { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else { return true; } } $('#buy_1click').attr('placeholder', '5ххххххх');